home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / iflib / bread.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-20  |  91 b   |  6 lines

  1. #include <stdio.h>
  2.  
  3. int iread(FILE *);
  4. long lread(FILE *);
  5. char *aread(char *,int,FILE *);
  6.